home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / qtraw.def < prev    next >
Text File  |  1993-03-24  |  644b  |  26 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; QTRAW.DEF    - QuickTime for Windows Sample Decompressor
  5. ;
  6. ;                Version 1.1
  7. ;
  8. ;                (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
  9. ;
  10. ; ---------------------------------------------------------------------
  11.  
  12.  
  13.  
  14. LIBRARY      QTRAW
  15. DESCRIPTION  'Copyright (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.'
  16. EXETYPE      WINDOWS
  17. CODE         PRELOAD MOVEABLE
  18. DATA         PRELOAD MOVEABLE SINGLE
  19. HEAPSIZE     1000
  20.  
  21. SEGMENTS
  22.  
  23. EXPORTS
  24. ; WEP                        @1 RESIDENTNAME
  25.   THNGIDENTIFY               @2
  26.